projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1f2335
)
(rmail-highlight): Fix specification.
author
Martin Rudalics
<rudalics@gmx.at>
Thu, 31 Jan 2008 10:39:19 +0000
(10:39 +0000)
committer
Martin Rudalics
<rudalics@gmx.at>
Thu, 31 Jan 2008 10:39:19 +0000
(10:39 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index e9cfc7d42168f1428f76e49347e35b263cd29619..b3a234a6210d010953f8eb70a64073170ecd04e3 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-327,7
+327,7
@@
See also `rmail-highlight-face'."
:group 'rmail-headers)
(defface rmail-highlight
- '((t
:default highlight
))
+ '((t
(:inherit highlight)
))
"Face to use for highlighting the most important header fields."
:group 'rmail-headers
:version "22.1")